home *** CD-ROM | disk | FTP | other *** search
-
- // Function prototypes for functions from linux_text.cpp
- void lnx_loadtxt(char *buffer, int *len, int *nobjs, FILE *fp);
- void lnx_writetxt(FILE *fp);
- void lnx_savetxt(char *textorigp, char *textdatap, int len, FILE *patchp);
- EBool lnx_matchtxt(char *textdatap, int len, char *string, int *offset);
-
- struct string_struct {
- long offset;
- int length;
- char **text;
- int nstrings;
- };
- extern struct string_struct lnx_strings[];
-
- enum {
- MESSAGES1_TEXT,
- MESSAGES2_TEXT,
- MESSAGES3_TEXT,
- LEVELEND_TEXT,
- TEXTURE_NAMES,
- MONSTER_NAMES,
- OPTIONS1_TEXT,
- OPTIONS2_TEXT,
- LEVEL_NAMES,
- SPRITE_NAMES,
- SOUND_NAMES,
- CHEAT_TEXT,
- };
- #define LNX_NTEXTSEGS 12
-
- extern EBool Lnx_DOOM; // If we're hacking Linux DOOM!
-